Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / GridPrimitivesList<T> Class
Type is GridLine.


In This Topic
    GridPrimitivesList<T> Class
    In This Topic
    Represents a list of the GridLine primitives.
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class GridPrimitivesList(Of T As GridLine) 
       Inherits ListBase(Of T)
    'Usage
     
    
    Dim instance As GridPrimitivesList(Of T)
    [DefaultMember("Item")]
    public class GridPrimitivesList<T> : ListBase<T> 
    where T: GridLine
    Type Parameters
    T
    Type is GridLine.
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.Chart.ListBase<T>
          Xceed.Wpf.Toolkit.Chart.GridPrimitivesList<T>

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridPrimitivesList class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public PropertyGets whether the ListBase is read-only. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public Property

    Retrieves or assigns an item in a collection.

    (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodAdds the items of the specified collection to the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodRemoves all items from the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodDetermines whether an element is in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodCopies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodReturns an enumerator that iterates through the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodDetermines the index of a specific item in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodInserts an item into the ListBase at the specified index. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodRemoves the first occurrence of a specific object from the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodRemoves the element at the specified index of the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodCopies the elements of the ListBase to a new array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodReturns the number of elements actually contained in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Protected MethodCalled before a list is modified, raising the BeforeListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Protected MethodCalled after a list has been modified, raising the ListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Public Events
     NameDescription
    Public EventRaised before the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public EventRaised after the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also